home *** CD-ROM | disk | FTP | other *** search
- echo off
- :START
- cls
- type megaword.doc
- :GET_RPLY
- reply
- if errorlevel 69 goto GET_RPLY
- if errorlevel 68 goto F10
- if errorlevel 67 goto start
- if errorlevel 66 goto start
- if errorlevel 65 goto start
- if errorlevel 64 goto start
- if errorlevel 63 goto start
- if errorlevel 62 goto start
- if errorlevel 61 goto start
- if errorlevel 60 goto F2
- if errorlevel 59 goto F1
- goto GET_RPLY
- :F10
- cls
- TYPE GOODBYE.DOC
- GOTO END
- :F2
- cls
- README.BAT
- :F1
- cls
- rundemo.bat
- :END
-